home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix402s.zip / D2LINES.BAT next >
DOS Batch File  |  1994-04-01  |  376b  |  13 lines

  1. @echo off
  2. if not ~%1 == ~ goto fixit
  3.     echo.
  4.     echo Utility:  D2LINES.BAT - Performs special edit using FIX.COM.
  5.     echo Purpose:  Changes double spaced lines to single spaces lines,
  6.     echo           single spaced lines remain unchanged.
  7.     echo Syntax:   D2LINES  [d:][path]FILENAME  [d:][path][outfile]
  8.     echo.
  9.     goto end
  10. :fixit
  11.     @ echo on
  12. fix 0D0A0D0Ah 0D0Ah %1 %2
  13. :end